Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#6 Pydantic Settings as env manager #7

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

facundopadilla
Copy link
Contributor

Se modifico el manejo de variables de entorno por pydantic-settings para tener el tipado de los datos, chequeo de las variables de entorno y evitar modificacion en tiempo de ejecucion a las llamadas de las variables de entorno para mayor seguridad.

@facundopadilla facundopadilla added the enhancement New feature or request label Sep 27, 2024
@facundopadilla facundopadilla self-assigned this Sep 27, 2024
@facundopadilla facundopadilla linked an issue Sep 27, 2024 that may be closed by this pull request
Copy link
Collaborator

@CrysoK CrysoK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nota: deja de compilar en Termux para Android 5

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Es importante ignorar los archivos

*.session
*.session-journal

porque tienen información sensible sobre la sesión iniciada y podría commitearse por error.
Creo que también debería ignorarse cache.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Cambiar los os.environ por pydantic-settings
2 participants